Send crossing event due to geometry change in idle
authorAlexander Larsson <alexl@redhat.com>
Thu, 11 Jun 2009 19:49:17 +0000 (21:49 +0200)
committerAlexander Larsson <alexl@redhat.com>
Thu, 11 Jun 2009 19:49:17 +0000 (21:49 +0200)
commit278e5bd1707601a75273737b49ecdbcd452ff42e
tree05d714929e0a131e80fe101554d4a2640786a814
parent4987ca9235c672e34adab84aea3886b0a0e2f060
Send crossing event due to geometry change in idle

Doing this directly had some issues with picking going recursive in
clutter-gtk. Furthermore, doing it in an idle means we can coalesce
multiple calls (which is common due to widget changes) in the same
toplevel to just one call.
gdk/gdkinternals.h
gdk/gdkwindow.c